home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Business Assistant
/
Business Assistant.iso
/
indus
/
rentals
/
runfirst.bat
< prev
next >
Wrap
DOS Batch File
|
1988-12-18
|
1KB
|
47 lines
echo off
rem runfirst.bat
cls
echo +
echo +
echo + If you have no CONFIG.SYS file on your root directory (or boot
echo + disk) copy the CONFIG.SYS file on this disk to your root directory
echo + (or boot disk) and reboot BEFORE running RENTALS.
echo +
echo +
echo + If you have a CONFIG.SYS file on your root directory without
echo + BUFFERS = 20
echo + FILES = 20
echo + please add these lines to your CONFIG.SYS file and reboot
echo + BEFORE running RENTALS.
echo +
echo +
echo + If you have a RAMDISK please remove it from your system and
echo + reboot BEFORE running RENTALS.
echo +
echo +
echo + If these conditions are not met RENTALS will not run properly.....
echo +
echo +
echo + To make any of the above changes, exit to DOS by pressing Ctrl-C
echo + and then 'Y', otherwise
echo +
pause
cls
echo +
echo +
echo + To run the demonstration on a hard disk system
echo + type DEMOHARD C: or DEMOHARD D:
echo +
echo +
echo + To run the demonstration on a floppy system type DEMODISK.
echo +
echo +
echo + To install a fresh RENTALS system on a hard disk
echo + type INITHARD C: or INITHARD D:
echo +
echo +
echo + To install a fresh RENTALS system on a two floppy
echo + drive system type INITTWO.
echo +
echo +